Package | ca.on.oh.mha.pds |
Type | StructureDefinition |
Id | Id |
FHIR Version | R4 |
Source | https://simplifier.net/resolve?scope=ca.on.oh.mha.pds@2.0.0-alpha-preview-0.1&canonical=http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-profile-Observation-born-in-canada |
Url | http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-profile-Observation-born-in-canada |
Version | 1.0.0 |
Status | draft |
Name | ObservationBornInCanada |
Experimental | False |
Realm | ca |
Authority | national |
Type | Observation |
Kind | resource |
No resources found
StructureDefinition | |
http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-profile-Patient | MHA Patient Profile |
http://ontariohealth.ca/fhir/ValueSet/sdohObservationCode | SDOH Observation Code |
http://ontariohealth.ca/fhir/ValueSet/mha-sdoh-data-absent-reason | SDOH Data Absent Reason Code |
{
"resourceType" : "StructureDefinition",
"url" : "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-profile-Observation-born-in-canada",
"version" : "1.0.0",
"name" : "ObservationBornInCanada",
"status" : "draft",
"fhirVersion" : "4.0.1",
"kind" : "resource",
"abstract" : false,
"type" : "Observation",
"baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Observation",
"derivation" : "constraint",
"differential" : {
"element" : [
{
"id" : "Observation",
"path" : "Observation",
"constraint" : [
{
"key" : "component-1",
"severity" : "error",
"human" : "\"Arrive In Canada\" must be completed if \"Born In Canada\" is false",
"expression" : "value = 'false' implies component.exists()"
}
]
},
{
"id" : "Observation.status",
"path" : "Observation.status",
"mustSupport" : true
},
{
"id" : "Observation.category",
"path" : "Observation.category",
"min" : 1,
"max" : "1",
"mustSupport" : true,
"binding" : {
"strength" : "required"
}
},
{
"id" : "Observation.category.coding",
"path" : "Observation.category.coding",
"min" : 1,
"max" : "1",
"mustSupport" : true
},
{
"id" : "Observation.category.coding.system",
"path" : "Observation.category.coding.system",
"min" : 1,
"fixedUri" : "http://terminology.hl7.org/CodeSystem/observation-category",
"mustSupport" : true
},
{
"id" : "Observation.category.coding.code",
"path" : "Observation.category.coding.code",
"min" : 1,
"fixedCode" : "social-history",
"mustSupport" : true
},
{
"id" : "Observation.category.coding.display",
"path" : "Observation.category.coding.display",
"min" : 1,
"fixedString" : "Social History",
"mustSupport" : true
},
{
"id" : "Observation.code",
"path" : "Observation.code",
"mustSupport" : true,
"binding" : {
"strength" : "required",
"valueSet" : "http://ontariohealth.ca/fhir/ValueSet/sdohObservationCode|2.0.0"
}
},
{
"id" : "Observation.code.coding",
"path" : "Observation.code.coding",
"min" : 1,
"max" : "1",
"mustSupport" : true
},
{
"id" : "Observation.code.coding.system",
"path" : "Observation.code.coding.system",
"min" : 1,
"fixedUri" : "http://snomed.info/sct",
"mustSupport" : true
},
{
"id" : "Observation.code.coding.code",
"path" : "Observation.code.coding.code",
"min" : 1,
"fixedCode" : "315398004",
"mustSupport" : true
},
{
"id" : "Observation.code.coding.display",
"path" : "Observation.code.coding.display",
"min" : 1,
"fixedString" : "Born in Canada",
"mustSupport" : true
},
{
"id" : "Observation.subject",
"path" : "Observation.subject",
"min" : 1,
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-profile-Patient|2.0.0"
]
}
]
},
{
"id" : "Observation.subject.reference",
"path" : "Observation.subject.reference",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Observation.effective[x]",
"path" : "Observation.effective[x]",
"min" : 1,
"type" : [
{
"code" : "dateTime"
}
],
"mustSupport" : true
},
{
"id" : "Observation.value[x]",
"path" : "Observation.value[x]",
"type" : [
{
"code" : "boolean"
}
],
"mustSupport" : true
},
{
"id" : "Observation.dataAbsentReason",
"path" : "Observation.dataAbsentReason",
"mustSupport" : true,
"binding" : {
"strength" : "required",
"description" : "codes that indicate the reason the value is missing",
"valueSet" : "http://ontariohealth.ca/fhir/ValueSet/mha-sdoh-data-absent-reason"
}
},
{
"id" : "Observation.dataAbsentReason.coding",
"path" : "Observation.dataAbsentReason.coding",
"min" : 1,
"max" : "1",
"mustSupport" : true
},
{
"id" : "Observation.dataAbsentReason.coding.system",
"path" : "Observation.dataAbsentReason.coding.system",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Observation.dataAbsentReason.coding.code",
"path" : "Observation.dataAbsentReason.coding.code",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Observation.dataAbsentReason.coding.display",
"path" : "Observation.dataAbsentReason.coding.display",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Observation.component",
"path" : "Observation.component",
"max" : "1",
"mustSupport" : true
},
{
"id" : "Observation.component.code",
"path" : "Observation.component.code",
"mustSupport" : true
},
{
"id" : "Observation.component.code.coding",
"path" : "Observation.component.code.coding",
"min" : 1,
"max" : "1",
"mustSupport" : true
},
{
"id" : "Observation.component.code.text",
"path" : "Observation.component.code.text",
"min" : 1,
"fixedString" : "Arrive In Canada",
"mustSupport" : true
},
{
"id" : "Observation.component.value[x]",
"path" : "Observation.component.value[x]",
"type" : [
{
"code" : "dateTime"
}
],
"mustSupport" : true
}
]
},
"text" : {
}
}
XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.